﻿/*关于*/
.about-title {
    font-size: 36px;
    line-height: 1.3;
}
.about-content {
    padding-top: 50px;
}
.about-more {
    margin-top: 50px;
}

.technology {
    z-index: 1;
    margin-bottom: 25px;
}

/*产品*/
h4.project-item-title.text-white {
    color: #fff!important;
}


/*图片放大*/
.thumbnail-classic-figure {
    margin-bottom: 25px;
}

.picture-title {
    padding-top: 10px;
}

.picture {
    padding: 100px 10px;
}

/*分页页码样式*/
.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px;}
.pagination > li {display: inline;}
.pagination > li:first-child > a, .pagination > li:first-child > span {margin-left: 0;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}
.pagination > li:last-child > a, .pagination > li:last-child > span {border-bottom-right-radius: 4px;border-top-right-radius: 4px;}
.pagination > li > a, .pagination > li > span {position: relative;float: left;padding: 6px 12px;line-height: 1.42857143;text-decoration: none;color:#666;border: 1px solid #ddd;margin-left: -1px;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {z-index: 3;color: #fff;background-color: #0370b8;border-color: #0370b8;cursor: default;}

/*技术*/
.technology-picture{
    background-color: #bad5e7;
}

.technology-picture h2{
     font-size: 36px;
}

/*标题*/
.side-line-left {
    position: relative;
    padding-left: 70px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #0370b8;
}
.side-line-left:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  background: #0370b8;
  left: 10px;
  bottom: 12px;
}
.side-line-left:before {
  content: "";
  height: 2px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 8px;
  background: #0370b8;
}

/*首页案例*/
.case-title {
    padding-left: 170px;
}
.case {
    background-color: #f7f7f7;
}

/*底部*/
.col-lg-6.weixin {
    text-align: center;
}
.col-lg-6.weixin p{
    padding-top: 10px;
}

/*产品内页*/
.post-image {
    max-width: 40%;
}
.single-post-navigation {
    border-top: 1px solid #afafaf;
    padding-top: 30px;
    margin-top: 50px;
}
/*搜索*/
.blog-grid-wrap {
    padding: 120px 0px;
}
.blog-content a{
    font-size: 18px;
}

.blog-content {
    text-align: center;
}

/*----------------------------------------*/
/*  00. Contact CSS START
/*----------------------------------------*/
.contact__area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact__area-2 {
  position: relative;
  z-index: 1;
}
.contact__item:hover .contact__icon i ,.contact__item:hover .contact__icon em{
  background: #0370b8;
  color: #fff;
  transform: rotateY(360deg);
}
.contact__icon i,.contact__icon em {
  height: 100px;
  width: 100px;
  line-height: 100px;
  font-size: 35px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  color: #0370b8;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
  display: inline-block;
  transition: 0.3s;
}
.contact__title {
  font-size: 18px;
}
.contact__text p {
  margin-bottom: 0;
  font-size: 16px;
  color: #777777;
}
.contact__social a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--tp-heading-primary);
  background: var(--tp-common-white);
  border-radius: 6px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  transition: 0.3s;
}
.contact__social a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.contact__form {
  background: var(--tp-common-white);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 80PX 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact__form {
    padding: 80px 0;
  }
}
.contact__form .contact-filed {
  position: relative;
}
.contact__form .contact-filed::after {
  content: "\f007";
  position: absolute;
  left: 30px;
  top: 18px;
  font-family: "Font Awesome 5 Pro";
  color: var(--tp-heading-primary);
}
.contact__form .contact-filed.contact-icon-mail::after {
  content: "\f0e0";
}
.contact__form .contact-filed.contact-icon-message::after {
  content: "\f303";
}
.contact__form .contact-filed.contact-icon-website::after {
  content: "\f0ac";
}
.contact__form .contact-filed input {
  width: 100%;
  height: 60px;
  border: 1px solid transparent;
  padding-left: 55px;
  padding-right: 30px;
  color: var(--tp-heading-primary);
  border-radius: 6px;
  font-weight: 400;
  transition: 0.3s;
  background: #f9f9f9;
}
.contact__form .contact-filed input::-moz-placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed input::placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed input:focus {
  border-color: var(--tp-theme-1);
}
.contact__form .contact-filed textarea {
  width: 100%;
  height: 250px;
  border: 1px solid transparent;
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 15px;
  color: var(--tp-heading-primary);
  font-weight: 400;
  transition: 0.3s;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  background: #f9f9f9;
  resize: none;
}
.contact__form .contact-filed textarea::-moz-placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed textarea::placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed textarea:focus {
  border-color: var(--tp-theme-1);
}
.contact__form-agree {
  padding-left: 5px;
}
.contact__form-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 14px;
  height: 14px;
  background: var(--tp-common-white);
  border: 1px solid #b9bac1;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.contact__form-agree input:checked {
  position: relative;
  background-color: #2b4eff;
  border-color: transparent;
}
.contact__form-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact__form-agree input:hover {
  cursor: pointer;
}
.contact__form-agree label {
  padding-left: 8px;
  color: #53545b;
  font-size: 16px;
}
.contact__form-agree label a {
  color: var(--tp-heading-primary);
  font-weight: 400;
  padding-left: 4px;
}
.contact__form-agree label a:hover {
  color: var(--tp-theme-1);
}
.contact__form-agree label:hover {
  cursor: pointer;
}
.contact__map {
  line-height: 0;
  position: relative;
  margin-top: -60px;
}
.contact__map-wrap iframe {
  height: 800px;
  width: 100%;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__map-wrap iframe {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact__map-wrap iframe {
    height: 400px;
  }
}
.contact__map-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.contact__map-icon i {
  font-size: 80px;
  color: var(--tp-theme-1);
  position: absolute;
  left: 48.5%;
  top: -14.5%;
}


.contact__icon img{
box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 8%);
    display: inline-block;
    transition: 0.3s;}

.map {
    width: 100%;
    height: 600px;
}

.contact__item.text-center.mb-30 {
    margin-bottom: 20px;
}
.contact__item.text-center a{color: #777777;}

.contact__icon.mb-35 {
    padding-bottom: 20px;
}

.video-items .video-img {
  position:relative;
  display: block;
}
.video-items .video-img::before{
  content:"";
  background-color:rgb(0 0 0 / 50%);
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  z-index:10;
}

.video-items .video-img i {
  position:absolute;
  left:50%;
  top:50%;
  font-size:45px;
  color:#fff;
  transform:translate(-50%);
  z-index:20;
}



/*手机*/
@media screen and (max-width: 768px){
.case-title {
    text-align: center;
    padding-left: 0px;
}
.side-line-left:before {
    content: "";
    display: none;
    height: 2px;
    width: 50px;
    position: absolute;
    left: 120px;
    bottom: 8px;
    background: #0370b8;
}
.side-line-left:after {
    position: absolute;
    content: "";
display: none;
    height: 2px;
    width: 50px;
    background: #0370b8;
    left: 120px;
    bottom: 12px;
}
.product {
    text-align: center;
}
.side-line-left {
    position: relative;
    padding-left: 0px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #0370b8;
}

}



